Operation Document.Delete (Delete)
In component org.nuxeo.ecm.core.automation.coreContrib
Description
Delete the input document. The previous context input will be restored for the next operation.
Operation id | Document.Delete |
---|---|
Category | Document |
Label | Delete |
Requires | |
Since |
Parameters
No parameters.
Signature
Inputs | document, documents |
---|---|
Outputs | document, documents |
Implementation Information
Implementation Class | Class: org.nuxeo.ecm.automation.core.operations.document.DeleteDocument |
---|---|
Contributing Component | org.nuxeo.ecm.core.automation.coreContrib |
JSON Definition
{ "id" : "Document.Delete", "label" : "Delete", "category" : "Document", "requires" : null, "description" : "Delete the input document. The previous context input will be restored for the next operation.", "url" : "Document.Delete", "signature" : [ "document", "document", "documents", "documents" ], "params" : [ ] }